@charset "utf-8";
/*
date: 2016-09
author: 固源科技
copyright: 自贡市亚威建筑材料有限公司
*/
/* CSS Document */
/*
头部
*/
#header {
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-color:#423e3c
}
#header .main {
	width: 1180px;
	margin: 0px auto;
}
#header .main div {
	width: 295px;
	height: 150px;
	background-image: url(../images/tel.jpg);
	position: relative;
}
#header .main div span {
	position: absolute;
	top: 36px;
	left: 28px;
	color: #7e7e7e;
}

/*
菜单
*/
#menu {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #242220;
}
#menu a {
	width: auto;
	height: 50px;
	display: inline-block;
	color: #fff;
	padding: 0px 8px;
	margin: 0px 17px;
}
#menu a:hover, #menu a.cur {
	background-color: #e80009;
}

/*
横幅
*/
#banner {
	clear: both;
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
/*flexslider*/
.flexslider {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}
.flex-viewport {
	max-height: 1380px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides li, .flexslider .slides li a {
	width: 100%;
	height: 500px;
	display: block;
}
.flexslider .slides li {
	background-repeat: no-repeat;
	background-position: top center;
}
.flex-direction-nav a {
	width: 25px;
	height: 45px;
	line-height: 99em;
	overflow: hidden;
	display: block;
	background: url(../images/bannerButton.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: 50%;
	background-position: center left;
	margin-left: -590px;
}
.flex-direction-nav .flex-next {
	right: 50%;
	background-position: center right;
	margin-right: -590px;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.flexslider:hover .flex-prev:hover, .flexslider:hover .flex-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 2;
	*zoom: 2;
}
.flex-control-nav li {
	margin: 0px 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/bannerPoint.png) no-repeat;
	text-indent: -99em;
	width: 14px;
	height: 15px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-position: top left;
}
.flex-control-paging li a.flex-active {
	background-position: top right;
}

/*
底部
*/
#footer {
	width: 100%;
	height: 260px;
	background-color: #423e3c;
	padding-top: 30px;
}
#footer, #footer a {
	color: #e0e0e0;
}
#footer a:hover {
	color: #fff;
}
#footer .main {
	width: 1180px;
	margin: 0px auto;
}
#footer .main .info {
	width: 620px;
}
#footer .main .info h1 {
	color: #e80009;
}
#footer .main .cate {
	width: 555px;
}
#footer .main .cate li {
	float: left;
	margin-left: 32px;
}
#footer .main .cate .line {
	width: 523px;
	height: 0px;
	border-top: 1px solid #686563;
	border-bottom: 1px solid #494644;
	margin: 15px 0px 20px;
}
/*分享*/
#footer .main .cate .share {
	width: 523px;
	height: 24px;
}
#footer .main .cate .share span {
	width: 65px;
}
#footer .main .cate .share .bdsharebuttonbox {
	width: 110px;
	height: 24px;
	overflow: hidden;
}
#footer .main .cate .share .bdsharebuttonbox a {
	background-image: url(../images/share.png);
	background-repeat: no-repeat;
	margin: 0px;
	margin-right: 10px;
}
#footer .main .cate .share .bdsharebuttonbox .bds_sqq {
	background-position: top left;
}
#footer .main .cate .share .bdsharebuttonbox .bds_sqq:hover {
	background-position: bottom left;
}
#footer .main .cate .share .bdsharebuttonbox .bds_weixin {
	background-position: -40px top;
}
#footer .main .cate .share .bdsharebuttonbox .bds_weixin:hover {
	background-position: -40px bottom;
}
#footer .main .cate .share .bdsharebuttonbox .bds_tsina {
	background-position: -80px top;
}
#footer .main .cate .share .bdsharebuttonbox .bds_tsina:hover {
	background-position: -80px bottom;
}
/*版权*/
#copyright {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #2d2020;
	border-top: 1px solid #5a5654;
}
#copyright .main {
	width: 1180px;
	margin: 0px auto;
}
#copyright, #copyright a {
	color: #e0e0e0;
}
#copyright a:hover {
	color: #fff;
}

.pagnation { text-align: center; margin-top:20px}
.pagnation a { display: inline-block; width: 34px; height: 34px; line-height: 34px; overflow: hidden; background:url(../images/sprite.png) no-repeat 0 -29px; margin-left: 4px; font-size: 16px; vertical-align: top; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; font-family:Arial, Helvetica, sans-serif; color:#333}
.pagnation a:hover { background-position: 0 -64px; color: #fff; text-decoration: none }
.pagnation .page-prev, .pagnation .page-next { line-height:0; }
.pagnation .page-prev { background-position: -35px -29px; }
.pagnation .page-prev:hover { background-position: -35px -64px; }
.pagnation .page-next { background-position: -70px -29px; }
.pagnation .page-next:hover { background-position: -70px -64px; }
.pagnation .current { background-position: 0px -64px; color: #fff }
.pagnation-tips { margin-top:10px; color: #999; text-align: center; font-size:11px }
#clpage{ padding-top:1px; clear:both}